Click or drag to resize

PropertyCollectionContains Method

Determines whether a property is in the collection.

Namespace:  Independentsoft.Webdav
Assembly:  Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntax
public bool Contains(
	Property property
)

Parameters

property
Type: Independentsoft.WebdavProperty
The property to locate in the collection.

Return Value

Type: Boolean
True if property is found in the collection; otherwise, false
See Also